User Defined Function Reference

Below is a list of the user defined functions for catagory: File Management.
Click on a user defined function name for a detailed description.

 

User Defined Function Description
_FileCountLines Returns the number of lines in the specified file.
_FileCreate Creates or zero's out the length of the file specified.
_FileListToArray lists files and\or folders in a specified path (Similar to using Dir with the /B Switch)
_FilePrint Prints a plain text file.
_FileReadToArray Reads the specified file into an array.
_FileWriteFromArray Writes Array records to the specified file.
_FileWriteLog Writes current date,time and the specified text to a log file.
_FileWriteToLine Writes text to a specific line in a file.
_PathFull Creates a path based on the relative path you provide. The newly created absolute path is returned
_PathMake Creates a path from drive, directory, file name and file extension parts. Not all parts must be passed.
_PathSplit Splits a path into the drive, directory, file name and file extension parts. An empty string is set if a part is missing.
_ReplaceStringInFile Replaces a string with another string in the given text file (binary won't work!)
_TempFile Generate a name for a temporary file. The file is guaranteed not to exist yet.